home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / cyclone.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-01-13  |  1.2 KB  |  37 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="cyclone" _label="Cyclone">
  4.  
  5.   <command arg="-r"/>
  6.  
  7.   <number id="01" type="spinbutton" arg="-c %"
  8.           _label="Cyclones" low="1" high="10" default="1"/>
  9.  
  10.   <number id="02" type="spinbutton" arg="-p %"
  11.           _label="Particles per cyclone" low="1" high="10000" default="200"/>
  12.  
  13.  
  14.   <number id="03" type="slider" arg="-i %"
  15.           _label="Particle size" _low-label="Smaller" _high-label="Larger"
  16.           low="1" high="100" default="7"/>
  17.  
  18.   <number id="04" type="slider" arg="-C %"
  19.           _label="Cyclone complexity" _low-label="Less" _high-label="More"
  20.           low="1" high="10" default="3"/>
  21.  
  22.   <number id="05" type="slider" arg="-e %"
  23.           _label="Speed" _low-label="Slower" _high-label="Faster"
  24.           low="1" high="100" default="10"/>
  25.  
  26.   <boolean id="06" _label="Stretch" arg-unset="-S"/>
  27.   <boolean id="07" _label="Show Curves" arg-set="-v"/>
  28.  
  29.   <_description>
  30. Another one of the nice GL screensavers from the ReallySlick ScreenSavers package
  31. written by Terry Walsh - <http://reallyslick.demonews.com>.
  32.  
  33. Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/Source/>.
  34. Config Files by Curtis Haas.
  35.   </_description>
  36. </screensaver>
  37.